home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / software / claris / impact / disk12 / impact.rs_ / impact.rs / TEXT_132.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  239 b   |  11 lines

  1. CODE (ASCII Code)
  2. Returns the numeric ASCII code of the first character in the argument text.
  3.  
  4. Format: CODE (text)
  5.  
  6. Argument:
  7. ΓÇó  text: A text expression.
  8.  
  9. Example:
  10. CODE ("z") returns 122.
  11. Shows that the ASCII code for lowercase z is 122.